home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / rychlokurz / dream406.exe / {app} / Scripts / Golden.sms < prev    next >
Encoding:
Text File  |  2001-11-26  |  465 b   |  22 lines

  1. # Skript pro Golden Telecom branu http://sms.gt.com.ua/
  2. # Verze 1.0
  3.  
  4. Param
  5.   Version 1.0
  6.   FirstMsgSize 160
  7.   MsgCount 1
  8.   MsgTime 0
  9. End
  10.  
  11. PostPage
  12.   URL http://sms.gt.com.ua/SendSM.htm
  13.   Data SM=\%Message%&CS=s&MN=\%IPhone%
  14.   Referer http://sms.gt.com.ua/
  15.   Message Posφlßm zprßvu
  16. End
  17.  
  18. Msg
  19.   if "Message sent" Print "Zprßva byla ·sp∞Ün∞ odeslßna." Success
  20.   if "Message canceled" Print "Dennφ limit vyΦerpßn pro operßtora vyΦerpßn." Cancel
  21. End
  22.